home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr36 / lmdemo.zip / DEMO.BAT next >
DOS Batch File  |  1993-01-18  |  672b  |  35 lines

  1. echo off
  2. cls
  3. if not exist WPDEMO.EXE goto nodemo
  4. wpdemo %1
  5. cls
  6. echo.
  7. echo.
  8. echo     LaserMaster's WinPrint Demo
  9. echo     ═════════════════════════════════
  10. echo.
  11. echo     Thank you for watching!
  12. echo.
  13. echo     To view the demo again, type
  14. echo     DEMO.
  15. echo     ─────────────────────────────────
  16. echo.
  17. echo.
  18. goto end
  19.  
  20. :nodemo
  21. echo.
  22. echo.
  23. echo     LaserMaster's WinPrint Demo
  24. echo     ═════════════════════════════════
  25. echo.
  26. echo     The demo file is missing or
  27. echo     hasn't been properly installed.
  28. echo     Please try installing again from
  29. echo     the installation disk.
  30. echo     ─────────────────────────────────
  31. echo.
  32. echo.
  33.  
  34. :end
  35.